@font-face{
    font-family: font1;
    src:url(../fonts/fira-sans.regular.ttf);
}
body{
    overflow-x: hidden;
    background: #eee;
    min-height: 100vh;
    position: relative;
}
.js-total-pay{
  width:40% !important;
}
@font-face{
    font-family: font2;
    src:url(../fonts/fira-sans.medium.ttf);
}
@font-face{
    font-family: font3;
    src:url(../fonts/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2);
}
@font-face{
    font-family: font4;
    src:url(../fonts/texgyreadventor-regular-webfont.woff2);
}
@font-face{
    font-family: font5;
    src:url(../fonts/texgyreadventor-bold-webfont.woff2);
}
.top-header{
    background: #0ca7bb;
}
.top-header ul li{
    font-family: font1;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
}
.top-header ul li a i{
    color:#fff;
}
.top-header ul{
    margin: 0px;
}
.logo{
    position: relative;
    height: 65px;
}
.logo img{
    position: absolute;
    top:10px;
    left:10px;
    right:0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.menu ul li a{
    color: #000;
    font-family: font5;
    text-transform: uppercase;
    padding: 9px 7px;
    display: block;
    text-decoration: none;
    border-right: 1px solid #ccc;
    font-size: 14px;
}
.m-t-10{
    margin-top: 10px;
}
.form{
    padding: 50px 0px;
}
.series-form .form-inner{
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
    border: none;
    background: #fff;
    margin-bottom: 40px;
}
.series-form input,.series-form select{
    background: #f5f5f5;
    border:none !important;
    border-bottom: 1px solid !important;
    border-bottom-color: #ccc;
    height: 40px;
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 14px;

}
.series-form .open{
    margin-top: 10px;
}
.series-form input::-webkit-input-placeholder{
    color: #888;
    font-family: font1;
}
.series-form select{
    height: 40px !important;
}
.series-form h1{
    color: #000;
    text-align: left;
    letter-spacing: -0.6px;
    font-size: 18px;
    font-family: font2;
    text-transform: uppercase;
    border-left: 3px solid #0ca7bb;
    padding-left: 3px;
    background: #fff;
    padding: 10px 10px;
    display: inline-block;
}
.form-control{
    border-radius: 0px;
    border:1px solid #ccc !important;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
}
.menu ul li:last-child a{
    border-right: none;
}
.menu ul li{
    display: inline-block;
    margin: 20px 0px;
}
.menu ul{
    margin-bottom: 0px;
}
.social i{
    font-size: 32px;
}
.social li{
    padding: 0px !important;
}
.banner img{
    width:100%;
}
.banner{
    position: relative;
}
.company{
    position: absolute;
    top:0;
    left:0;
    right:0;
    text-align: center;
}
.banner h1{
    color: #1770ac;
    font-family: font3;
    /* text-transform: uppercase; */
    position: absolute;
    text-shadow: 0px 2px 2px #fff;
    top: 12%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 6000;
    font-size: 40px;
    letter-spacing: -0.5px;
}
.below-header{
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    position: relative;
    z-index: 1;
    background: #fff;
}
.banner .two{
    right: 10%;
    left: unset;
    top: 26%;
    line-height: 55px;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
.carousel-control-next i,.carousel-control-prev i{
    color: #FF9800;
    font-size: 41px;
    opacity: 1;
}
.banner .three{
    color: yellow;
    text-shadow: none;
    font-size: 70px !important;
    border: 1px solid #155c81;
    display: inline-block;
    width: 28%;
    margin: 0px;
    text-align: center;
    right: 20%;
    top: 36%;
    left: unset;
    text-shadow: 0px 2px 2px #000;
}
.course{
    padding: 40px 0px;
    text-align: center;
}
.course .icon{
    border: 1px solid #FF9800;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    margin: auto;
    line-height: 160px;
}
.course .icon p{
    background: #FF9800;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 100%;
    margin: 8px auto;
}
.course .icon img{
    width: 68px;
}
.course h4{
    color: #333;
    font-family: font5;
    margin: 20px 0px;
}
.course p{
    color: #444;
    text-align: center;
    font-family: font1;
    letter-spacing: -0.5px;
    font-size: 14px;
}
.title{
    margin-bottom: 30px;
}
.title h2{
    color: #000;
    font-family: font5;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
}
.title::before{
    position: absolute;
    bottom: 10px;
    left: 46%;
    background: url(../images/header_divider.png) repeat-x;
    height: 14px;
    width: 100px;
    content: "";
}
.choose{
    background: url(../images/bg-1.png);
    padding: 40px 0px 60px 0px;
    text-align: center;
    background-size: cover;
}
.choose .inner{
    background: #f7f7f7;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    height: 337px;
    margin-top: 25px;
    /* border: 1px solid #ccc; */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.choose .inner img{
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}
.choose h4{
    font-family: font5;
    font-size: 17px;
    /* text-transform: uppercase; */
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 12px;
}
.choose p{
    font-family: font1;
    font-size: 14px;
}
.menu .active a{
    /* background: #FF9800; */
    /* color: #fff; */
}
.check{
    background: url(../images/header-bg.jpg);
    text-align: center;
    padding: 60px 0px;
}
.check span{
    color: #0ca7bb;
    font-family: font5;
    font-size: 23px;
}
.check a{
    border:1px solid #0ca7bb;
    border-radius: 3px;
    padding:10px 25px;
    color: #0ca7bb;
    text-transform: uppercase;
    font-family: font1;
}
.check a i{
    color: #0ca7bb;
    margin-left: 10px;
}
.footer{
    background: #444 !important;
    padding: 40px 0px;
    font-family: font1;
    font-size: 14px;
}
.footer_strip{
    background: #3a3535 !important;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
.footer_strip p{
    color: #b5adad;
    /* opacity: 0.6; */
    font-family: font1;
    margin: 0px;
    padding: 10px;
    font-size: 14px;
}

.footer_strip p a{
    color: #fff;
    text-decoration: none;
}
.f-social li a:nth-child(1) i{

}
.f-logo img{
    width: 80%;
    background: #fff;
}
.footer h4{
    font-family: font5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #7b7b7b;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}
.footer p{
    color: rgba(255, 255, 255, .7);
}
.f-social li{
    display: inline-block;
    list-style: none;
}
.f-social li a i{
    color: #fff !important;
    font-size: 23px;
}
.f-social{
    text-align: center !important;padding: 0px;
}
.footer ul li a{
    color: rgba(255, 255, 255, .7);
    font-family: font1;
    padding:5px 0px;
}
.footer ul{padding:0px;text-align: left;}
.footer ul li i{
    color: #ff9800;
}
.footer ul li a{
    text-decoration: none;
    outline: none;
    padding: 4px 0px;
    display: block;
}
.about{
    padding: 70px 0px;
}
.about h2{
    color: #000;
    font-family: font5;
    font-size: 22px;
    line-height: 33px;
}
.about span{
    font-size: 37px;
    font-family: font5;
}
.about .right{
    border-left: 1px solid #ccc;
    padding-left: 25px;
}
.about p{
    font-family: font1;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 14px;
}
.about a{
    background: #0ca7bb;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12);
    text-transform: uppercase;
    padding: .5rem 1rem;
    font-family: font2;
    text-decoration: none;
}
.medical .left h2,.medical .right h2{
    color: #0ca7bb;
    font-family: font3;
    margin: 0px;
    font-size: 20px;
    background: #eeeeee8f;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
}
.medical .inner h4{
    color: 166fbf;
    font-family: font2;
    letter-spacing: -0.5px;
}
.medical p{
    color: #555;
    font-family: font1;
    text-align: center;font-size: 14px;
    letter-spacing: -0.5px;
}
.medical p span{
    color: #000;
    font-family: font2;
}
.m-t-10{
    margin-top: 10px;
}
.medical h5{
    background: linear-gradient(to left,transparent,#9e9e9e5e,transparent);
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    color: #2e3031;
    font-family: font3;
}
.medical .inside{
    border: 1px solid #bdbbbb;padding:20px 20px 35px 20px;
    background: url(../images/slant.png);
}
.checkphone
{
    text-decoration: none !important;
    color: #ff9800 !important;
    border:none !important;
    padding: 0px !important;
}
.medical {
    margin-bottom: 40px;
}
.medical .inner{
    padding:0px;
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    height: 270px;
    background: #fff;
}
.medical .space{
    padding:15px;height: 206px;
}
.medical .inner h4{
    background: #0ca7bb;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: font2;
    letter-spacing: -0.5px;
    padding: 10px 0px;
}
.medical a{
    position: absolute;
    bottom: -32px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    background: #FF9800;
    width: 35px;
    height: 35px;
    line-height: 38px;
    /* border-radius: 100%; */
    transform: rotate(45deg);
}
.medical a i{
    color: #fff;
    font-size: 23px;
    transform: rotate(-45deg);
}
.about-banner{
    background: url(../images/banner4.jpg);
    height: 250px;
    background-size: cover;
    padding: 0px;
    text-align: center;
}
.about-banner::before{
    background: #3b464875;
    height: 250px;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.about-banner h1{
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    font-family: font3;
    top: 39%;
}
.aboutpage-inner{
    /* background: url(../images/header-bg.jpg); */
    background-size: cover;
    padding:70px 0px;
}
.extra1{
    background: url(../images/banner-4.jpg);
    background-size: cover;
    height: 300px;
}
.aboutpage-inner h2{
    text-align: center;
    font-family: font2;
    letter-spacing: -0.5px;
}
.aboutpage-inner p{
    font-family: font1;
    color: #666;
    line-height: 27px;
    text-align: justify;
}
.extra1{
    position: relative;
    text-align: center;
    padding: 70px 0px;
}
.extra1::before{
    position: absolute;
    top:0;
    left:0;
    right:0;
    background: #000000ad;
    width:100%;
    height: 100%;
    content: "";
    padding: 40px 0px;
}
.extra1 h3{
    color: #0ca7bb;
    position: relative;
    letter-spacing: 5px;
    font-family: font3;
    font-size: 38px;
}
.extra1 h6{
    color: #fff;
    position: relative;
    font-family: font3;
    font-size: 28px;
}
.extra1 p{
    color: #fff;
    position: relative;
    font-family: font3;
    font-size: 28px;
}
.extra1 p i{
    color: #0ca7bb;
    position: relative;
    font-size: 35px;
}
.message{
    padding: 60px 0px;
    text-align: center;
}
.message h2{
    font-family: font3;
}
.testimonial-img img{
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 100%;
    border: 5px solid #fff;
    float: left;
}
.testimonial-img {
    background: #0ca7bb;
    /* margin-top: 50px; */
    padding: 10px 30px;
    height: 49px;
}
.testimonial-item-content h3{
    font-family: font2;
    letter-spacing: -0.5px;
    font-size: 18px;
    color: #666;
    margin-top: 7px;
    text-align: center;
}
.testimonial-img i{
    color: #ffffff;
    font-size: 30px;
    text-align: RIGHT;
    float: right;
}
.testimonial-item-content h4{
    color: #0ca7bb;
    font-family: font3;
    margin-top: 30px;
    margin-bottom: 0px;
}
.testimonial-item-content p{
    color: #666;
    font-family: font1;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 30px;
    text-align: justify;
}
.quote{
    font-family: font2 !important;
    color: #000 !important;
    margin-top: 10px;
    font-size: 16px !important;
    letter-spacing: -0.5px;
}
.testimonial-item-content span{
    font-family: font2;
}
.testimonial-item-content{
    border: 1px solid #0ca7bb;
    margin-top: 50px;height: 610px;
}
.submenu{
    background: #eee;
}
.mainmenu{
    position: relative;
}
.submenu{
    position: absolute;
    left:0;
    right:0;
    width:300px;
    visibility: hidden;
}
.submenu li{
    width: 100%;
    margin: 0px !important;
}
.submenu li a{
    font-family: font1 !important;
    text-transform: capitalize !important;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.submenu li a:hover{
    color: #0ca7bb;
}
.mainmenu i{
    vertical-align: super;
}
.mainmenu:hover .submenu{
    visibility: visible;
}
.medical-inner h2{
    background: #E91E63;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    font-family: font3;
    font-size: 25px;
    text-transform: uppercase;
}
.medical-inner{
    margin: 30px 0px;
    /* border: 1px solid #E91E63; */
    padding: 0px;
    text-align: center;
}
.medical-inner h3,.medical-inner h6,.medical-inner h4,.medical-inner h5{
    font-family: font3;
    text-align: center;
    font-size: 21px;
}
.medical-inner h5{
    text-align: left;
}
.medical-inner ul li,.medical-inner p,.medical-inner span{
    color: #666;
    font-family: font1;
    letter-spacing: -0.5px;
}
.medical-inner span{
    text-align: center;
}
.medical-inner ul li{
    padding: 4px 0px;
    text-align: left;
}
.medical-inner p{
    text-align: justify;
    font-size: 16px;
    margin-bottom: 30px;
}
.medical-inner .desc{
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
}
.medical-inner .highlight{
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    margin-top:15px;
}
.medical-inner h4{
    color: #0ca7bb;
    font-size: 20px;
    margin-bottom: 43px;
}
.medical-inner .inside{
    padding-bottom: 20px;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 20px;
}
.map iframe{
    width:100%;
    height: 300px;
}
.map{
    height: 300px;
    padding:0px;
}
.form-inner input{
width:100%;
height:45px;
border-radius: 0px;
border:1px solid #ccc;padding-left:10px;
margin-bottom: 15px;font-family: font2;
}
.form-inner textarea{
width:100%;
border-radius: 0px;
border:1px solid #ccc;padding-left:10px;resize:none;font-family: font2;
}
.form-inner{
    padding:20px;
    border:1px solid #ccc;
}
.form-inner button{
    background: #0f75bc;
    padding: 10px 20px;
    border-radius: 2px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: font2;
    color: #fff;
}

.contact-box{
    background: #eee;
    padding: 20px;
    text-align: center;height: 165px;
}
.contact-box i{
    font-size: 35px;
    color: #0ca7bb;
}
.contact-box p{
    color: #333;
    font-family: font1;
}
.contact-below{
    padding: 40px 0px !important;
}
.teaching-inner{
    padding: 50px 0px;
}
.teaching-inner .right{
    background: url(../images/banner-4.jpg) center center;
    background-size: cover;
}
.teaching-inner h2{
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    font-family: font3;line-height: 30px;
}
.inner-block h3{
    color: #000;
    font-size: 23px;
    text-transform: uppercase;
    text-align: left;
    font-family: font3;
    margin: 20px 0px;
}
.teaching-inner p,.block p,.inner-block p,.inner-block ul li{
    text-align: justify;
    font-family: font1;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.teaching-inner p{
    color: #fff;;
}
.teaching-inner .inner{
    background: #0ca7bb;
}
.teaching-inner .left{
    padding: 10px;
}
.block{
    background: #fff;
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    padding: 15px;
    padding-left: 30px;
}
.block h2{
    font-size: 22px;
    text-transform: uppercase;
    font-family: font3;
}
.block span{
    position: absolute;
    left: -27px;
    top: 41px;
    background: #FF9800;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    border-radius: 100%;
}
.inner-block li span{
color: #0ca7bb;
font-family: font2;
letter-spacing: -0.5px;
text-transform: uppercase;
font-size: 16px;
display: block;
}
.inner-block li{
    margin-bottom: 5px;
}
.inner-block{
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    margin: 30px 0px;
    padding: 0px 30px;
}
.offered h3{
font-size: 18px;
font-family: font3;
text-transform: uppercase;color: #fff;
}
.offered p,.offered li{
    font-family: font1;
    font-size: 14px;
    line-height: 25px;color: #fff;
}
.offered{
    background: #0ca7bb;
    margin-bottom: 20px;padding: 10px;
}
.sponsor img{
    width:100%;
}
.sponsor li{
    display: inline-block;
}
.sponsor{
    padding: 0px;
    text-align: center;
    background: #eee;
}
.sponsor ul{
    margin:0px;
}
.table table{
    width:100%;
}
.table h2{
    font-family: font3;;
    text-transform: uppercase;
    font-size: 20px;
}
.table table th{
    background: #0ca7bb;
    color: #fff;
    text-transform: uppercase;
    font-family: font2;
}
.table table td{
    border:1px solid #ccc;
    font-family: font1;
    font-size: 14px;
}
.table table th{font-weight: 100;;}
.pad-40{padding: 40px 0px;}
.number{
    padding: 50px 20px;
    text-align: center;
    background: url(../images/speed_course_bg.png);
    background-size: cover;
    margin-bottom: 40px;
}
.number span{
    font-size: 40px;
    color: #ff9800;
    font-family: font5;
}
.number h4{
    color: #000;
    font-family: font3;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 20px;
}
input[type="radio"]{
    width: 13px;
    height: 13px;
    position: relative;
    top: 0px;
    /* margin: 0px; */
    display: inline-block;
}
.blink a{
    animation: test 1s infinite;
    color: #fff !important;
    /* padding-right: 20px !important; */
    border-right: none !important;
}
@keyframes test{
    10%{
background: #0ca7bb;
    }
    30%{
background: #ea7c1a;
    }
    60%{

    }
}
.link{
    margin-top: 10px;
}
.reg_details label{font-family: font2;}
.reg_details p{font-family: font1;font-size: 14px;padding-left: 0px;}
.link button{background: none;
    color: #0f75bc;
    text-transform: capitalize;
    text-decoration: underline;
    box-shadow: none;
    border: none;
    padding: 0px;
    margin-top: 10px;cursor: pointer;}
    .link button:focus{outline: none;}
.notes strong{color: #000;
    font-family: font2;
    font-weight: normal;
    padding-left: 15px;}
.notes ul li i{color: #0ca7bb;}
.notes ul li {color: #444;font-family: font1;font-size: 14px;padding: 5px 0px;}
.notes{margin: 15px 0px;
    text-align: left;
    background: #f5f5f5!important;
    padding: 10px 0px !important;}
.notes ul{text-align: left;}
.notes li strong{padding-left: 0px;}
.p-r-0{padding-right: 0px;}
.table{overflow-x: auto;}
.reg_details .inner{padding: 0px;}
.notes .head{font-family: font1;
    font-size: 14px;
    margin-bottom: 10px;}
    .duepay{padding:0px;}

/* chess coaching */
.toptitle{
    background: url(../images/chess-banner.jpg) center center no-repeat;
    height: 350px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.toptitle:after{
    background: url(../images/slider-caption-bg.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.toptitle h1{
    font-family: font5;
    color: #fff;
    background: linear-gradient(to left,transparent,#444242,transparent);
    margin: 0px;
    padding: 12px 0px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    z-index: 1;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.54);
    right: 0px;
    display: inline-block;
    top: 23%;
}
#chess{
    background: #e5e5e5;
}
.grand_block{
    background: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.06), 0 6px 30px 5px rgba(0, 0, 0, 0.05), 0 8px 10px -5px rgba(0, 0, 0, 0.08);
    width: 80%;
    margin: auto;
    border-radius: 3px;
    padding: 25px;
    margin-bottom: 30px;
    margin-top: -125px;
    z-index: 1;
    margin-bottom: 75px;
}
.grand_block h2{
    text-align: center;
    font-size: 20px;
    font-family: font5;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.grand_block li{
    padding: 5px 0px;
    font-family: font1;
    letter-spacing: -0.5px;
}
.grand_block li a{
    color: #0f75bc;
    font-family: font2;
    text-decoration: none;
}
.grand_block li i{
    color: #0f75bc;
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
}
.grand_block li span{
    color: #0f75bc;
    font-weight: 600;
}
.grand_block .button{
    text-align: center;
}
.grand_block .button a{
    background: #ff5200eb;
    padding: 10px 33px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    font-family: font2;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(72, 67, 68, 0.14), 0 3px 1px -2px rgba(49, 47, 48, 0.2), 0 1px 5px 0 rgba(84, 80, 82, 0.12);
}
.olympiad{
    margin: 42px 0px 20px 0px;
}
.modelques h3{
    text-align: center;
    font-size: 20px;
    font-family: font5;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.modelques{
    margin: 40px 0px 0px 0px;
}
.modelques ul {
    text-align: center;
    margin-top: 30px;
}
.modelques ul li{
    display: inline-block;
    background: #ec872d;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    padding: 10px;
}
.modelques ul li i{
    color: #fff;
}
.modelques ul li a{
    color: #fff;
    text-decoration: none;
}
.grand_block p{
    padding: 5px 0px;
    font-family: font1;
    letter-spacing: -0.5px;
    color: #0f75bc;
}
.grand_block p b{
    color: #444;
}
/* REPSONISVE */
@media(max-width:1199px){
    .menu ul li a {
        padding: 9px 5px;
        font-size: 13px;
    }
}
@media(max-width:992px){
    .menu ul li{margin: 3px 0px;}
    .menu ul li a{    padding: 9px 4px;
        font-size: 13px;}
    .menu ul li{margin: 10px 0px 0px 0px;}
    .form img{
        display: none;
    }
    .top-header ul li {
        font-size: 12px;
    }
}
@media(max-width:767px){
    .top-header ul li{padding: 3px 10px;font-size: 14px;}
    .top-header ul{text-align:center;}
    .menu ul li a{padding: 5px 6px;font-family: font1;
        text-transform: capitalize;font-size: 14px;}
    .menu ul li{margin: 0px 0px;border-right: 1px solid #ccc;}
    .menu{padding: 6px 3px;background: #eee;margin-top: 18px;}
    .menu ul{text-align: center;}
    .banner h1{display: none;}
    .about h2{font-size: 21px;}
    .about span{font-size: 28px;}
    .about p{font-size: 14px;}
    .about .right{text-align: center;}
    .title h2{font-size: 22px;}
    .medical .inner{height: unset;margin-bottom: 50px;}
    .check span{    font-size: 17px;}
    .check a{padding: 5px 25px;font-size: 14px;margin-top: 20px;}
    .footer p{font-size: 14px;;}
    .f-logo img{display: none;}
    body{overflow-x:hidden;}
    .about-banner,.about-banner::before{height:137px;}
    .about-banner h1{font-size: 26px;}
    .aboutpage-inner h2{font-size: 24px;}
    .aboutpage-inner p{line-height: 22px;font-size: 14px;}
    .testimonial-item-content h4{font-size: 20px;}
    .quote{font-size: 14px !important;}
    .testimonial-item-content{height: unset;}
    .submenu{background: #fff;}
    .teaching-inner h2{font-size: 18px;line-height: 25px;}
    .block span{display: inline-block;position: unset;}
    .about-banner::before{height: 137px;}
    .medical-inner h2{font-size: 20px;}
    .medical-inner h4{font-size: 18px;;}
    .medical-inner ul li, .medical-inner p, .medical-inner span{font-size: 14px;;}
    .medical-inner h3, .medical-inner h6, .medical-inner h4, .medical-inner h5{font-size:18px;}
    .form-inner input{font-size: 14px;margin-bottom: 0px;}
    .form-inner img{display: none;}
    .contact-box p{font-size: 14px;}
    .menu ul{width: 100%;}
    .course{padding: 40px 20px;}
    .form img{display: none;}
    .form {
        padding: 50px 40px;
    }
    .series-form h1{
        font-size: 18px;
    }
    .mainmenu:hover .submenu {
        visibility: visible;
        z-index: 1;
    }
    .series-form .form-inner{padding: 15px 0px;}
    .radio2{margin-bottom: 20px !important;}
    .contact_form1{margin: 0px !important;}
    .contact_form2 { margin: 0px !important;padding: 0px; }
    .links{padding-left: 10px;}
    .paytype label{margin-top: 10px;}
    .paytype .inn{text-align: left !important;}

    .g-recaptcha {width: unset;margin: unset;display: block !important;}
    .duepay{padding:unset;}
    .reg_details p{padding-left: 15px;}
    .validate_form{margin:0px;}
    .mob-b-10{margin-bottom: 10px;}
    .grand_block{width: 97%;}
    .toptitle:after{background-size: 60px;}
    .olympiad{padding: 0px;}
    .modelques ul li{margin-bottom: 10px;}
    .grand_block ul{position: relative;}
    .grand_block li i{position: absolute;
        left: 0px;}
    .grand_block li{padding-left: 25px;}
    .modelques ul li i{position: unset;}
    .grand_block{margin-top: -164px;}

}

  .paytype .inn{display: inline-block;padding-right: 10px !important;}
  .m-b-20{margin-bottom: 20px;}

/* captcha */
.g-recaptcha > div {


    text-align: center;
    width: auto !important;
    height: auto !important;
   }
.g-recaptcha  {
    width: 100%;
    margin: auto;
    display: initial;
   }
   .g-recaptcha iframe{
    height: 114px !important;
   }
   .g-recaptcha{
    transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
   }
   #rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
   @media screen and (max-height: 575px){
    #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .g-recaptcha > div {
       }
}
